object HelpBox: THelpBox Left = 232 Top = 136 Width = 550 Height = 373 Caption = 'Help' Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] Menu = MainMenu1 Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 16 object RichEdit1: TRichEdit Left = 0 Top = 0 Width = 542 Height = 327 Align = alClient Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False ScrollBars = ssBoth TabOrder = 0 end object MainMenu1: TMainMenu Left = 176 Top = 24 object File1: TMenuItem Caption = '&File' ShortCut = 0 object Exit1: TMenuItem Caption = 'E&xit' ShortCut = 0 OnClick = Exit1Click end end end end